Checkbox
Type
widget
Description
Checkbox description.
Associated Syntax
Property
| Name | Summary | Syntax |
|---|---|---|
| iconSize | The font style used to render the text. | set the iconSize of <widget> to pFontName get the iconSize of <widget> |
| rippleEffect | Control the ripple effect. | set the rippleEffect of <widget> to {true | false} get the rippleEffect of <widget> |
| xStatus | The state of the widget. | set the xStatus of <widget> to { true | false | indeterminate } get the xStatus of <widget> |
| label | The label of the button | set the label of <widget> to pLabel |
| hoverStyle | How the checkbox behaves when hovered. | set the hoverStyle of <widget> to tHoverStyle get the hoverStyle of <widget> |
| iconName | The icon to show when unchecked. | set the iconName of <widget> to pIcon get the iconName of <widget> |
| textColor | The color of the checkbox. | set the textColor of <widget> to <Color> get the textColor of <widget> |
| activeColor | The color of the checkbox when checked. | set the activeColor of <widget> to <Color> get the activeColor of <widget> |
| textFont | The font style used to render the text. | set the textFont of <widget> to pFontName get the textFont of <widget> |
| normalColor | The color of the checkbox. | set the normalColor of <widget> to <Color> get the normalColor of <widget> |
| hoverColor | The color of the checkbox when hovered. | set the hoverColor of <widget> to <Color> get the hoverColor of <widget> |
| labelPlacement | The position of the label. | set the labelPlacement of <widget> to tLabelPlacement get the labelPlacement of <widget> |
| textStyle | The text style used to render the label. | set the textStyle of <widget> to pTextStyle get the textStyle of <widget> |
| themeData | The theme mappings of this widget | set the themeData of <widget> to {<array>} get the themeData of <widget> |
| iconIndeterminate | The icon to show when indeterminate. | set the iconIndeterminate of <widget> to pIcon get the iconIndeterminate of <widget> |
| textSize | The size of the text. | set the textSize of <widget> to pFontName get the textSize of <widget> |
| formattedWidth | The space needed to fully show the widget horizontally | get the formattedWidth of <widget> |
| textAlign | The alignment used for the label. | set the textAlign of <widget> to pTextAlign get the textAlign of <widget> |
| iconChecked | The icon to show when checked. | set the iconChecked of <widget> to pIcon get the iconChecked of <widget> |